@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiva{ width:1360px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*导航*/ 
.nav {
	width: 100%;
	height: 105px;
	background:#0068b7;
	position: absolute;
	left: 0;
	z-index: 999;
}
.left-logo{
	width:510px;
	height:105px; 
	float:left;
	background: #fff
}
.left-logo img{
	margin-left: 15%
}

.navb {
	height: 105px;
	line-height: 105px;
	margin-left: 2%;
	width: 45%
}
.navb>li {
	position: relative;
	float: left;
	width: 14%;
	display: inline;
	text-align: center;
}
.navb>li::before{
	content: '';
    width: 1px;
    height: 16px;
    background: #70aad7;
    position: absolute;
    left: 0;
    top: 45px;
    transform: rotate(30deg);

}

.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
}
.navb .on::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    width: 60px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -30px;
}


.navb h3{
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
	transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top:105px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -220px !important;
	width: 895px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}

.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:110px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:680px;
	height:680px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.h_phone{
	float: right;
	line-height: 105px;
	margin-right: 5%;
	background: url(../images/teln.png) left center no-repeat;
}
.h_phone span{
	font-size: 32px;
	color: #fff;
	font-family: "Arial";
	padding-left: 55px;
}

@media screen and (max-width: 1650px) {
	.left-logo{width: 400px;}
    .left-logo img{margin-left: 1%;}
    .h_phone {margin-right: 1%;}
}
@media screen and (max-width: 1330px) {
    .h_phone{background: initial;}
    .h_phone span{padding-left: 0}
}


/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 880px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 880px;
	border:0;
}
.syliu{
	width: 360px;
	height: 70px;
	background-color: rgba(0, 104, 183, 0.87);
	position: relative;
	margin-top: -70px;
	z-index: 9999;
	line-height: 70px;
	text-align: center;
}
.syliu a{
	display: block;
	color: #fff;
	font-size: 18px;
}
.syliu::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    width: 35px;
    height: 35px;
    left: 100px;
	background: url(../images/liuyana.png) left center no-repeat;
}
.syliu:hover{
	background-color: rgba(227, 30, 25, 0.7);	
}
/*产品*/
.probj{
   width: 100%;
   height: 1075px;
   background: url(../images/probj.jpg) top center no-repeat;
}
.cpbt{
	text-align: center;
	padding-top: 45px;
}
.cpbt a{
	font-size: 35px;
	color: #333;
}
.cpbt a b{
	color: #0068b7
}
.cpbt p{
	color: #777;
	font-size: 18px;
}
.cpbt img{
	margin-top: 5px
}
.cpbt a b:hover{
	color: #d20000
}
.classify{
	width: 1350px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.classify ul li{
	float: left;
	width: 192px;
	height: 60px;
	background: #f1f1f1;
	margin-bottom: 8px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.classify ul li a{
	display: block;
	font-size: 16px;
	color: #333;
}
.classify ul li::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    width: 60px;
    height: 25px;
    right: -28px;
	background: url(../images/jiantou.jpg) center no-repeat;	
	z-index: 999;
}
.classify ul li:nth-child(7)::before{
	background: initial;
}
.classify ul li:nth-child(14)::before{
	background: initial;
}
.classify ul li:hover{
	background: #0068b7;
	position: relative;
	z-index: 9999;
}
.classify ul li:hover a{
	color: #fff
}
.classify ul li:hover::before{
	background: initial;
}

/*产品展示*/
.pro_litpic {
    width: 85%;
    margin: 30px auto;
    height:700px;
    overflow: hidden;
}
.pro_go>ul{
	overflow: hidden;
}
.pro_go>ul>li {
    width: 24%;
    margin: 8px 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.pro_go>ul>li>a {
    display: block;
    overflow: hidden;
}
.pro_go>ul>li>a span{
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.pro_go>ul>li>a span img{
    width: 100%;
    display: block;
    height: auto;
    min-height: 280px; 
}
.pro_go>ul>li>a span img:hover{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.pro_go>ul>li>a i{
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
    background-color: #7f7f7f;
    font-style: normal;

}
/*简介*/
.index_ab{
	width: 100%;
	height:590px;
	background: url(../images/abbj.jpg) center bottom no-repeat;
	margin-top: 30px;
}
.neirong{
	width: 640px;
}
.neirong a{
	font-weight: bold;
	color: #0068b7;
	font-size: 40px;
	padding-top: 80px;
	display: block;
}
.neirong a h3{
    color: #333;
    display: inline-block;
}
.neirong span{
	display: block;
	font-size: 18px;
	color: #555;
}
.neirong em{
	display: block;
	width: 30px;
	height: 4px;
	background: #dedede;
	margin-top: 20px;
	margin-bottom: 20px;
}
.neirong p{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 35px;
}
.neirong b{
    display: block;
    width: 530px;
    height: 62px;
    background: url(../images/dhbj.png) center no-repeat;
    margin-top: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    font-family: "Arial";
    line-height: 62px;
    text-align: right;
    padding-right: 30px;
}
/*流程*/
.lclb{
  width: 100%;
  height: 200px;
  background: #0068b7;
}
.lclb ul{
    width: 1350px;
    margin: 0 auto;    
}
.lclb ul li{
    float: left;
    width: 185px;
    height: 185px;
    background: url(../images/lca.png) center no-repeat; 
    margin-right:47px;
    margin-top: 5px;
    text-align: center;
    position: relative;
}
.lclb ul li:nth-child(6){
    margin-right: 0
}
.lclb ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
.lclb ul li span{
    font-size: 18px;
    color: #fff;
}

.lclb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.lclb ul li::after{
    content: '';
    display: block;
    width: 30px;
    height:30px;
    background:url(../images/jiantoua.png) center no-repeat;
    position: absolute;
    right: -39px;
    top: 80px;
}
.lclb ul li:nth-child(6)::after{
    display: none;
}

/*资质*/
.video{
    width: 100%;
    height: 670px;
    background: url(../images/rybj.jpg) center center no-repeat;
    box-sizing: border-box;
}
.video_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
}

.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
    height: 410px;
}
.video_go ul li{
    float: left;
    width: 280px;
    height: 355px;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    margin-right: 18px;
    position: relative;
}
.video_go ul li::after{
    content: '';
    display: block;
    width: 257px;
    height:33px;
    background: url(../images/yinying.png) bottom center no-repeat;
    position: absolute;
    left:0;
    bottom: -33px;
}
.video_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_go ul li span{
    width: 100%;
    height: 355px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 430px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li i {
    width: 280px;
    height: 355px;
    background: url(../images/kuang.png) center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100%;
}

/*新闻*/
.newbj{
	width: 100%;
	height: 700px;
	background:#f8f8f8;
}
.news_con{
	width: 1350px;
	margin: 0 auto;
	height: 480px;
	background: #f4f4f4;
	border: 1px #d6d6d6 solid;
	margin-top: 25px;
}
.newlb ul li{
	width: 449px;
	float: left;
	border-right: 1px #d6d6d6 solid;
	height: 480px;
}
.newlb ul li:last-child{
	border-right: initial;
}
.newlb ul li .nimg{
    width: 415px;
    height: 280px;
    margin: 0 auto;
    margin-top: 16px;
    position: relative;
}
.newlb ul li .nimg img{
	width: 100%;
	height: 100%;
}
/*.newlb ul li:hover .nimg img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}*/
.newlb ul li .nimg .ntime{
	position: absolute;
	left: 10px;
	top: -11px;
	width: 92px;
	height: 78px;
	background: url(../images/sjbj.png) center no-repeat;
	text-align: center;
}
.newlb ul li .nimg .ntime span{
	display: block;
	font-family: "Arial";
	font-size: 23px;
	color: #fff;
	margin-top: 5px;
}
.newlb ul li .nimg .ntime em{
	color: #fff;
	font-size: 14px;
	font-family: "Arial"
}
.newlb ul li .n_des{
	width: 415px;
	margin: 0 auto;
	margin-top: 15px;
}
.newlb ul li .n_des a{
	color: #000;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/tbc.png) left center no-repeat;
	padding-left: 25px;
	display: block;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #dadada solid;
	margin-bottom: 20px;
	position: relative;
}
.newlb ul li .n_des a::after{
    content: '';
    display: block;
    width: 73px;
    height:2px;
    background:#e10000;
    position: absolute;
    left: 0;
    bottom: -1px;	
}
.newlb ul li .n_des p{
	font-size: 15px;
	color: #777;
	line-height:25px;
}
.newlb ul li:hover .n_des a{
	color: #0067b6;
	padding-left: 40px
}


/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#b0b0b0;
	margin-bottom:30px;
}
.breadcrumbs .dh_box {
}
.breadcrumbs .sortName {
	color:#388c19;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	float:right;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #666;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#b7b7b7;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#666;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	margin-top:15px;
	float:left;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	background-color:rgb(48,93,195);
	color:#fff;
	font-size:15px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.breadcrumbs .dqdh_class li a:hover, .breadcrumbs .dqdh_class li.active a {
	background-color:#0068b7;
}
.breadcrumbs .b1 {
	height:7px;
}
.breadcrumbs .b2 {
	height:1px;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	margin-top:3px;
}
.nybt {
	text-align: center;
}
.nybt h1 {
	display: block;
	font-weight: bold;
	font-size: 30px;
	background: url(../images/line1.jpg) bottom center no-repeat;
	height: 60px;
	line-height: 55px;
}
.nybt p {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}
/*内页导航*/
.profl{width: 1300px;margin: 0 auto;margin-top: 20px;}
.profl ul li{
	float: left;
	width: 210px;
	line-height: 50px;
	border-radius: 0 10px 0 10px;
	background: #155cbc;
	margin-top: 15px;
	margin-left: 5px;
	text-align: center;
}
.profl ul li a{
	font-size: 15px;
	display: block;
	color: #fff;
}
.profl ul li:hover{
	background: #e70012;
}

.biaoti {
	background: url(../images/zcbt.png) top center no-repeat;
	height: 85px;
	width: 270px;
	text-align: center;
}
.biaoti a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 45px;
}
.biaoti span {
	color: #fff;
	font-size: 18px;
}
.cpfl {
	width: 260px;
	background: #fff;
	height: auto;
	padding-bottom: 30px;
}
.cpfl ul {
	width: 230px;
	margin: 0 auto;
}
.cpfl ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #9b9b9b dotted;
	background: url(../images/jiantou.png) 30px center no-repeat;
}
.cpfl ul li a {
	font-size: 15px;
	color: #000;
	padding-left: 65px;
	display: block;
}
.cpfl ul li:hover a {
	color: #dc0000;
	font-weight: bold;
	padding-left: 75px;
}
.sytel {
	width: 260px;
	height: 190px;
	background: #3063b5 url(../images/teltu.png) left bottom no-repeat;
	margin-top: 15px;
}
.sytel p {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-top: 40px;
	margin-left: 95px;
}
.sytel p span {
	font-size: 23px;
	font-family: "Impact";
	display: block;
}
.sytel a {
	display: block;
	width: 130px;
	height: 35px;
	background: #ffba00;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 115px;
}
.sytel a:hover {
	background: #ff8400;
	color: #fff;
}
.nytel {
	background: #fff;
	width: 260px;
	height: auto;
	margin-top: 20px;
}
.nytel span {
	display: block;
	height: 60px;
	background: #3063b5;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
.nytel span b {
	font-weight: normal;
	font-size: 17px;
}
.nytel p {
	padding: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.nyfl {
}
.nyfl ul li {
	width: 160px;
	height: 45px;
	background: #1964d2;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius: 25px;
	text-align: center;
	line-height: 45px;
}
.nyfl ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
.nyfl ul li:hover {
	background: #d90000;
	font-weight: bold;
}
/*内页关于我们*/
.about_box {
	width: 1350px;
	margin: 0 auto;
}
.about_box .about_left {
	width:100%;
}
.about_box .about_left .about_t1 {
	position:relative;
	height:40px;
}
.about_box .about_left .about_t1 .div1 {
	font-size: 21px;
	line-height: 148%;
	color:#000;
}
.about_box .about_left .about_t1 .div2 {
	font-size:18px;
	color:#444;
}
.about_box .about_left .about_t1 .about_t2 {
	text-align: center;
}
.about_box .about_left .about_t1 .about_t2 .span1 {
	font-size:28px;
	font-weight:700;
	line-height:38px;
	color:#000;
}
.about_box .about_left .about_t1 .about_t2 .span2 {
	font-size:14px;
	text-align:right;
	color:#b7b7b7;
	line-height:20px;
}
.about_box .about_left .text {
	line-height:35px;
	color:#666;
	font-size:15px;
	text-indent:2rem;
	padding-top:25px;
}
.about_box .about_left .text p {
	padding:10px 0;
}
.about_box .about_right {
	width:370px;
}
.about_box .about_right ul {
	margin-top:8px;
}
.about_box .about_right ul li {
	float:left;
	margin-left:2px;
	width:180px;
	margin-bottom:3px;
	border: 1px #ccc solid;
}
.about_box .about_right ul li a {
	display:block;
	width:100%;
	height:130px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/*Â·Ã–Ã'Â³*/
.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.main {
	background-color:#fff;
	padding-bottom: 60px;
}
.title-in h3:before {
    display: block;
    width: 3px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 18px;
    content: '';
    background-color: #0068b7;
}
.title-in{
    text-align: center;
}
.title-in h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}
.title-in h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.pic{
	background: url(../images/about_bg.jpg) no-repeat bottom center;
	height: 530px;
	width: 100%;
	padding-top: 80px;
}
.pic .img-box {
      width: 350px;
    height: 350px;
    border: 2px #f00 solid;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.img-box img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 10px;
}

.main .main_right {
    width: 1300px;
    background: #fff;
    margin-top: 40px;
}
.main .main_righta {
	width:100%;
	background: #fff;
}
.main .main_rightc {
	width:960px;
	background: #fff;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;

}
.text span {
	font-size:15px;
	color:#666;
}
.texta {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:30px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	border-bottom: 1px #aeaeae dotted;
}
.main .subtitle span {
	padding:0 30px;
}
.main .subtitle .shijiana{
	background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle .liulana{
	background: url(../images/liulan.png) left center no-repeat;
}
.mainBox {
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.liuyan{
	width: 100%;
	background: url(../images/message_bg.jpg) center no-repeat;
	margin-bottom: 50px
}

#faqbox {
	padding:30px 0 50px 0;
	margin:0 auto;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:150px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#dd0103;
}
.wizfrm:hover {
	background-color:#ff9900;
}
/**/

.main .proListal {
	width:100%;
	margin-top: 20px;
}
.main .proListal li {
	width:330px;
	float:left;
	background: #fff;
	height: 322px;
	margin-bottom: 15px;
	margin-left: 5px;
	position:relative;
	margin-right: 5px;
	border: 1px #e2e2e2 solid;
    box-sizing: border-box;
}
.main .proListal li .boxal {
	width:330px;
	height:320px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:327px;
	height:320px;
	margin: 0 auto;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:45px;
	line-height:45px;
	width:328px;
	text-align: center;
	margin:auto;
	font-size:16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.main .proListal li .spanal a {
	color:#fff;
}
.main .proListal li .spanal p {
	display: none;
}
.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.199, .21, .26, 1) 0s;
	display: block;
	height: 100px;
	background-color: rgba(0, 104, 183, 0.8);
}
.main .proListal li:hover .spanal p {
	display: block;
	color: #fff;
	font-size: 18px;
}
.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 320px;
	overflow: hidden;
	width:420px;
}
.proListal li .avatar .spanImgal {
	height: 320px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
/**/
.main .news_list {
	width: 1300px;
	margin: 0 auto;
}
.main .news_list li {
	background: #fff;
	height: 210px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 24px rgba(0,0,0,0.18);
}
.main .news_list li .img {
	border: 1px #f0f0f0 solid;
}
.main .news_list li .lMore {
	width:930px;
	padding-top: 20px;
	margin-right: 25px;
}
.main .news_list li .lMore .title {
	font-size: 17px;
	color: #333;
	margin-bottom:15px;
	font-weight: bold;
	display: block;
    margin-top: 15px;
}
.main .news_list li .lMore span {
	font-size:14px;
	color:#999;
	display: block;
	margin-top: 15px;
}
.main .news_list li .lMore p {
	font-size:14px;
	color:#1e1e1e;
	line-height:26px;
}

.main .news_list li:hover .title {
	color:#0068b7;
	padding-left:35px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}

.main .news_list li:hover {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
	transform: perspective(1000px) translate3d(0, 0, 20px);
	box-shadow: 1px 3px 43px rgba(116, 116, 116, 0.65);
	border-radius: 10px
}
.main .news_list li .newimg {
	width: 280px;
	height: 180px;
	margin-top: 23px;
	margin-left: 23px;
}
.main .news_list li .newimg .myClassa {
	width: 280px;
	height: 180px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .news_list li .lMore em{
    display: block;
    width: 50px;
    height: 3px;
    background: #c7151a;
    margin-top: 20px;
}

/*详情页*/

.product_dqdh {
	background-color:#f4f4f4;
}


.miaoshu {
}


.contenta {
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 420px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*地图*/
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display: block !important;
}
.BMap_Marker {
	display: none !important;
}




/*com*/
.com{
    width: 100%;
    height: 800px;
    box-sizing: border-box;
    background: url(/images/com_bg1.jpg) center center no-repeat; 
    margin: 0px 0 25px 0;
}
.com_tit{
    width: 515px;
    height: 135px;
    position: relative;
    margin-bottom: 30px;
}
.com_tit>p{
    position: absolute;
    left: 32px;
    top: 15px;
}
.com_con{
    overflow: hidden;
}
.com_r{
    float: right;
    position: relative;
    width: 640px;
    margin-top: 25px;
}
.com_r p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin: 8px 0;
}
.com_r a{
    display: block;
    width: 160px;
    height: 45px;
    background: #ff0000;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    margin: 30px 0;
    box-sizing: border-box;
    border-left: 10px solid #cc0202;
}
.com_r ul{
    overflow: inherit;
}
.com_r ul li{
    float: left;
    font-size: 17px;
    color: #fff;
    margin-right: 37px;
    position: relative;
    margin-top: 80px;
    padding-top: 28px;
}
.com_r ul li::before{
    content: '';
    display: block;
    width: 31px;
    height: 60px;
    background: url(../images/icon1.png) -343px -21px no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -15.5px;
    top: -45px;
}
.com_phone{
    position: relative;
    color: #fff;
    padding-left: 100px;
    margin-left: 15px;
    margin-top: 74px;
}
.com_phone::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 60px;
    background: url(../images/icon1.png) -404px -23px no-repeat;
}
.com_phone em{
    font-size: 15px;
}
.com_phone h3{
    font-size: 35px;
    font-family: 'Impact';
    font-weight: normal;
}
.com_phone h3 i{
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 8px;
}


.hegn01{
	width:100%; height:6px; background:#0071e2;}

.hegn02{
	width:1360; height:135px;   background-image: linear-gradient(#1e91ff, #1878e3);  margin:0px auto; position:relative; margin-top:-70px;     border-radius: 80px; z-index:999;}
	
	



.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
	border: 1px solid #eee;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	padding: 10px 0 20px 0;
}
.product_top .r_box .product_title h2 {
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    background: #0068b7;
}
.product_top .subtitle span {
    display: block;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 25px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 15px;
}
.product_top .lianxi {
    width: 570px;
}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#0068b7;
	font-size:18px;
	border-bottom:1px solid #0068b7;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .lianxi .a.a_web {
	background:url(../images/tele.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #0068b7;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#d20019;
}

.pro{
    width: 100%;
    height: 400px;
    background: url(../images/pro_bg.jpg) top no-repeat;
	position:relative; 
    padding-bottom: 30px;
}
.pro_tit{
    text-align: center;
	margin-bottom:20px;
}
.pro_tit p{
    font-size: 15px;
    color: #333;
}
.pro_list{
    margin: 0px auto;
	width:1360px; 
}
.pro_list01 ul li{
    float: left;
    width: 186.5px;
    height: 50px;
    text-align: center;
    background: #0068b7;
    border-left: 5px solid #00518e;
    box-sizing: border-box;
    margin: 3px;
    line-height: 50px;
    position: relative;
}

.pro_list01 ul li:hover::before{
    width: 100%;
}
.pro_list01 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 11;
}


.case_bb{
	width:1360px;
	height:0px; margin:0px auto; padding-top:20px;}
.case_bl{
	float:left;}
.case_bz{
	float:left;
	line-height:125px;}
.case_br{
	float:right; width:160px; height:125px; position:relative; margin-top:-25px;}


	


.footer{
    background: #232323;
}
.f_con{
    padding: 70px 0;
}
.f_con>div{
    float: left;
    margin-right: 15px;
}
.f_tit{
    position: relative;
    padding-left: 40px;
    line-height: 32px;
}
.f_tit em,.f_tit i{
    display: inline;
    color: #666;
}
.f_tit em{
    font-size: 17px;
    color: #fff;
}
.f_tit::before{
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/icon2.png) -219px -48px;
    position: absolute;
    left: 0;
    top: 0;
}
.f_nav ul,.f_pro ul{
    margin-top: 15px;

}
.f_nav,.f_pro{
    width: 260px;
}
.f_nav ul li,.f_pro ul li{
    float: left;
    width: 100px;
    line-height: 30px;
    margin-right: 8px;
}
.f_nav ul li a::before,.f_pro ul li a::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 1px;
    background: #666;
    margin-right: 5px;
    margin-bottom: 3px;
}
.f_nav ul li a,.f_pro ul li a{
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.f_code{
    overflow: hidden;
}
.f_code span{
    float: left;
    margin: 0 10px;
    width: 125px;
}
.f_code i{
    width: 125px;
    height: 125px;
    overflow: hidden;
}
.f_code em{
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.f_map{
    width: 400px;
    float: right !important;
    margin: 0 !important;
}


.footer{
    background: #232323;
}
.f_con{
    padding: 70px 0;
}
.f_con>div{
    float: left;
    margin-right: 15px;
}
.f_tit{
    position: relative;
    padding-left: 40px;
    line-height: 32px;
}
.f_tit em,.f_tit i{
    display: inline;
    color: #666;
}
.f_tit em{
    font-size: 17px;
    color: #fff;
}
.f_tit::before{
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/icon2.png) -219px -48px;
    position: absolute;
    left: 0;
    top: 0;
}
.f_nav ul,.f_pro ul{
    margin-top: 15px;
}
.f_nav,.f_pro{
    width: 280px;
}
.f_nav ul li,.f_pro ul li{
    float: left;
    width: 130px;
    line-height: 30px;
    margin-right: 8px;
}
.f_nav ul li a::before,.f_pro ul li a::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 1px;
    background: #666;
    margin-right: 5px;
    margin-bottom: 3px;
}
.f_nav ul li a,.f_pro ul li a{
    color: #666;
    display: block;
    width: 100%;
	    line-height: 30px;
    height: 36px;
    font-size: 15px;
}
.f_code{
    overflow: hidden;
}
.f_code span{
    float: left;
    margin: 0 10px;
    width: 125px;
}
.f_code i{
    width: 125px;
    height: 125px;
    overflow: hidden;
}
.f_code em{
    font-size: 15px;
    color: #666;
    margin-top: 10px;
	line-height:36px; height:36px;
    text-align: center;
}
.f_map{
    width: 400px;
    float: right !important;
    margin: 0 !important;
}
.t{
    width: 100%;
	height:100px;
    background: url(../images/ditu.jpg) center center no-repeat;
    color: #fff;
    border-bottom: 1px solid #353535;
    padding-bottom: 20px;
    padding-left: 63px;
    box-sizing: border-box;
    padding-top: 5px;
}
.t i{
    font-size: 31px;
	line-height:80px;
    margin-top: 5px;
    font-style: normal;
}
.b::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon2.png) -128px -103px no-repeat;
    margin-right: 5px;
}
.b{
    font-size: 16px;
    color: #fff;
	line-height:24px;
    margin-top: 16px;
}
.ylbj{
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background:#0068b7;
    box-sizing: border-box;
}
.link{
	width: 1350px;
	margin: 0 auto;
}
.link img{
	float: left;
	margin-top: 28px;
}
.link ul{
	float: left;
	margin-left: 10px;
}
.link ul li{
    float: left;
    text-align: center;
    line-height: 90px;
    padding: 0 10px;   
}
.link ul li a{
    color: #fff;
    font-size: 14px;
}
.link ul li a:hover{
	text-decoration: underline;
}


.f_b,.f_b a{
    text-align: center;
    font-size: 15px;
    color: #808080;
    line-height: 80px;
}
.f_b a img{
    margin-left: 8px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.wid {
    width: 1350px;
    margin: 0 auto;
	height:130px;
}